FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.aqua.ebi#0.9.0 (47 ms)

Package de.aqua.ebi
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.aqua.ebi@0.9.0&canonical=https://fhir.gevko.de/StructureDefinition/EBI_PR_AmbRezept
Url https://fhir.gevko.de/StructureDefinition/EBI_PR_AmbRezept
Version 0.9
Status draft
Date 2022-04-29
Name EBI_PR_AmbRezept
Experimental False
Type MedicationDispense
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://fhir.gevko.de/StructureDefinition/EBI_PR_Arzt EBI_PR_Arzt
https://fhir.gevko.de/StructureDefinition/EBI_PR_Patient EBI_PR_Patient


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "EBI-PR-AmbRezept",
  "url" : "https://fhir.gevko.de/StructureDefinition/EBI_PR_AmbRezept",
  "version" : "0.9",
  "name" : "EBI_PR_AmbRezept",
  "status" : "draft",
  "date" : "2022-04-29",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "MedicationDispense",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MedicationDispense",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "MedicationDispense",
        "path" : "MedicationDispense",
        "short" : "AmbRezept"
      },
      {
        "id" : "MedicationDispense.identifier",
        "path" : "MedicationDispense.identifier",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.partOf",
        "path" : "MedicationDispense.partOf",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.status",
        "path" : "MedicationDispense.status",
        "fixedCode" : "completed"
      },
      {
        "id" : "MedicationDispense.statusReason[x]",
        "path" : "MedicationDispense.statusReason[x]",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.category",
        "path" : "MedicationDispense.category",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.medication[x]",
        "path" : "MedicationDispense.medication[x]",
        "short" : "Angabe der PZN",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ]
      },
      {
        "id" : "MedicationDispense.medication[x].coding.system",
        "path" : "MedicationDispense.medication[x].coding.system",
        "min" : 1,
        "fixedUri" : "http://fhir.de/CodeSystem/ifa/pzn"
      },
      {
        "id" : "MedicationDispense.medication[x].coding.version",
        "path" : "MedicationDispense.medication[x].coding.version",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.medication[x].coding.code",
        "path" : "MedicationDispense.medication[x].coding.code",
        "short" : "PZN",
        "min" : 1
      },
      {
        "id" : "MedicationDispense.medication[x].coding.userSelected",
        "path" : "MedicationDispense.medication[x].coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.medication[x].text",
        "path" : "MedicationDispense.medication[x].text",
        "fixedString" : "Handelsname"
      },
      {
        "id" : "MedicationDispense.subject",
        "path" : "MedicationDispense.subject",
        "short" : "Patient",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.gevko.de/StructureDefinition/EBI_PR_Patient"
            ]
          }
        ]
      },
      {
        "id" : "MedicationDispense.subject.reference",
        "path" : "MedicationDispense.subject.reference",
        "short" : "Referenz auf die Patientenressource",
        "min" : 1
      },
      {
        "id" : "MedicationDispense.subject.type",
        "path" : "MedicationDispense.subject.type",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.subject.identifier",
        "path" : "MedicationDispense.subject.identifier",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.subject.display",
        "path" : "MedicationDispense.subject.display",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.context",
        "path" : "MedicationDispense.context",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.supportingInformation",
        "path" : "MedicationDispense.supportingInformation",
        "short" : "Verordnender Arzt/Ärztin",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.gevko.de/StructureDefinition/EBI_PR_Arzt"
            ]
          }
        ]
      },
      {
        "id" : "MedicationDispense.supportingInformation.reference",
        "path" : "MedicationDispense.supportingInformation.reference",
        "min" : 1
      },
      {
        "id" : "MedicationDispense.supportingInformation.type",
        "path" : "MedicationDispense.supportingInformation.type",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.supportingInformation.identifier",
        "path" : "MedicationDispense.supportingInformation.identifier",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.supportingInformation.display",
        "path" : "MedicationDispense.supportingInformation.display",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.performer",
        "path" : "MedicationDispense.performer",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.location",
        "path" : "MedicationDispense.location",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.authorizingPrescription",
        "path" : "MedicationDispense.authorizingPrescription",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.type",
        "path" : "MedicationDispense.type",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.quantity.value",
        "path" : "MedicationDispense.quantity.value",
        "short" : "Anzahl Packungen",
        "min" : 1
      },
      {
        "id" : "MedicationDispense.quantity.unit",
        "path" : "MedicationDispense.quantity.unit",
        "min" : 1,
        "fixedString" : "[count]"
      },
      {
        "id" : "MedicationDispense.quantity.system",
        "path" : "MedicationDispense.quantity.system",
        "fixedUri" : "http://unitsofmeasure.org"
      },
      {
        "id" : "MedicationDispense.quantity.code",
        "path" : "MedicationDispense.quantity.code",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.daysSupply",
        "path" : "MedicationDispense.daysSupply",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.whenPrepared",
        "path" : "MedicationDispense.whenPrepared",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.whenHandedOver",
        "path" : "MedicationDispense.whenHandedOver",
        "short" : "Einlösedatum des Rezeptes"
      },
      {
        "id" : "MedicationDispense.destination",
        "path" : "MedicationDispense.destination",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.receiver",
        "path" : "MedicationDispense.receiver",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.note",
        "path" : "MedicationDispense.note",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.dosageInstruction",
        "path" : "MedicationDispense.dosageInstruction",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.substitution",
        "path" : "MedicationDispense.substitution",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.detectedIssue",
        "path" : "MedicationDispense.detectedIssue",
        "max" : "0"
      },
      {
        "id" : "MedicationDispense.eventHistory",
        "path" : "MedicationDispense.eventHistory",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.